home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Shells / background_8142.txt < prev    next >
Text File  |  1989-06-08  |  2KB  |  102 lines

  1. -- background: 8142 from stack: in
  2. -- bmap block id: 14599
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2002
  11. -- rect: left=474 top=21 right=58 bottom=509
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 237 / 237
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next Nut Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   go to stack "Nutshell"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=478 top=276 right=306 bottom=507
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 3061 / 3061
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: ReturnToMark
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   returnToMark
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=475 top=233 right=261 bottom=509
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 7417 / 7417
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Go Back
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go back
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 5 (button)
  67. -- low flags: 00
  68. -- high flags: 0002
  69. -- rect: left=474 top=136 right=175 bottom=510
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 23090 / 23090
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Find 
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   goSearch
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 6 (button)
  86. -- low flags: 00
  87. -- high flags: A002
  88. -- rect: left=478 top=321 right=339 bottom=508
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 3
  93. -- text size: 10
  94. -- style flags: 256
  95. -- line height: 13
  96. -- part name: Exit
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   exitScript
  100. end mouseUp
  101.  
  102.